CreationTime Property (Annotation)
In This Topic
The date and time, expressed as the Coordinated Universal Time, when the annotation was created. IE: "29-Mar-11 12:36 PM".
Syntax
'Declaration
<DescriptionAttribute("The date and time when the annotation was created. IE: '29-Mar-11 12:36 PM'")>
Public Property CreationTime As Date
[Description("The date and time when the annotation was created. IE: '29-Mar-11 12:36 PM'")]
public DateTime CreationTime {get; set;}
public read-write property CreationTime: DateTime;
DescriptionAttribute("The date and time when the annotation was created. IE: '29-Mar-11 12:36 PM'")
public function get,set CreationTime : DateTime
[Description("The date and time when the annotation was created. IE: '29-Mar-11 12:36 PM'")]
public: __property DateTime get_CreationTime();
public: __property void set_CreationTime(
DateTime value
);
[Description("The date and time when the annotation was created. IE: '29-Mar-11 12:36 PM'")]
public:
property DateTime CreationTime {
DateTime get();
void set ( DateTime value);
}
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation
Annotation Members